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

Merge branch 'feature/finance-zs' into 'testing/finance'

修复项目合同问题

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