|
|
@@ -504,9 +504,9 @@ export default {
|
|
|
let list = res.workstationSubstanceList.map((n) => {
|
|
|
return n.substance;
|
|
|
});
|
|
|
- if (list.length > 0) {
|
|
|
- this.$refs.equipmentTable.datasource = list;
|
|
|
- }
|
|
|
+ // if (list.length > 0) {
|
|
|
+ // this.$refs.equipmentTable.datasource = list;
|
|
|
+ // }
|
|
|
}
|
|
|
this.form = Object.assign({}, this.form, res)
|
|
|
|