修改需求

This commit is contained in:
宋伟佳
2021-08-13 10:56:46 +08:00
parent 13ae0d0f01
commit 03f3f76389
3 changed files with 285 additions and 90 deletions
@@ -445,7 +445,7 @@ export default {
},
//获取项目数据
getProjectData() {
this.$http.get("sarStandProjectLibrary/queryProject", {
this.$http.get("sarStandProjectLibrary/queryProjectWorkFlow", {
...this.projectSearch
}, {
_this: this
@@ -520,12 +520,7 @@ export default {
{
_this: this
}, res => {
if (!res.data.length) {
this.dataList = []
this.$message.warning("请选择带有分解单的标准");
} else {
this.listForm.breakdownList = res.data;
}
});
},
//标准的多选框改变