标准清单发布/更新流程 添加重复的标准后 添加弹窗显示暂无数据 点击清空 数据回来了 应该一直有数据
This commit is contained in:
@@ -288,6 +288,7 @@
|
||||
</div>
|
||||
<el-table
|
||||
:data="standardData"
|
||||
v-loading="loading"
|
||||
tooltip-effect="dark"
|
||||
style="width: 100%"
|
||||
border
|
||||
@@ -578,6 +579,7 @@ export default {
|
||||
},
|
||||
//标准查询按钮
|
||||
getStandDataBtn(){
|
||||
this.loading = true
|
||||
this.pageNo = 1;
|
||||
this.getStandData();
|
||||
},
|
||||
@@ -591,6 +593,7 @@ export default {
|
||||
_this: this
|
||||
}, res => {
|
||||
this.standardData = res.data.list;
|
||||
this.loading = false
|
||||
this.standardData.forEach(item => {
|
||||
if(item.attrInfoMap === null){
|
||||
this.$set(item, "ZCCSSRQ", '');
|
||||
@@ -607,6 +610,8 @@ export default {
|
||||
//点击添加事件
|
||||
addList() {
|
||||
this.standModel = true;
|
||||
this.loading = true
|
||||
this.getStandDataBtn()
|
||||
},
|
||||
//添加标准select的改变
|
||||
selectThree(data) {
|
||||
|
||||
Reference in New Issue
Block a user