修改需求
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
},
|
||||
//标准的多选框改变
|
||||
|
||||
Reference in New Issue
Block a user