提交 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 @@
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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册