|
@@ -206,6 +206,8 @@ export default {
|
|
|
dictType: 'norm_uint'
|
|
|
}).then(res => {
|
|
|
this.unitSel = res.rows;
|
|
|
+ this.total = res.total;
|
|
|
+
|
|
|
});
|
|
|
this.getList();
|
|
|
},
|
|
@@ -219,7 +221,6 @@ export default {
|
|
|
response.rows[index].status = item.status == 0 ? false : true;
|
|
|
});
|
|
|
this.NORMFEEList = response.rows;
|
|
|
- this.total = response.total;
|
|
|
this.loading = false;
|
|
|
this.$emit('dataHandler', response.rows);
|
|
|
});
|