提交 b026e08d 编写于 作者: shuang.zhou's avatar shuang.zhou

修复项目合同问题

上级 d40910f1
......@@ -148,6 +148,7 @@
size="small"
:disabled="isEdit && isProject"
@change="getContract"
@clear="projectClear"
clearable
filterable>
<el-option
......@@ -1133,6 +1134,9 @@
getContract(projectId) {
this.getContractList(projectId);
},
projectClear() {
this.contractList = [];
},
// 获取业务类型
// getBusinessCategory(){
// getBusinessCategory().then((res) => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册