|
@@ -272,7 +272,7 @@
|
|
typeId:'',
|
|
typeId:'',
|
|
levelId:'',
|
|
levelId:'',
|
|
},
|
|
},
|
|
- dialogTotal: 5,
|
|
|
|
|
|
+ dialogTotal: 0,
|
|
//关联实验室
|
|
//关联实验室
|
|
dialogAssociatedOpen: false,
|
|
dialogAssociatedOpen: false,
|
|
dialogTableData: [],
|
|
dialogTableData: [],
|
|
@@ -526,7 +526,7 @@
|
|
item.buttonList = [];
|
|
item.buttonList = [];
|
|
})
|
|
})
|
|
this.$set(this, 'dialogTableData', response.data.records)
|
|
this.$set(this, 'dialogTableData', response.data.records)
|
|
- this.$set(this, 'total', response.data.total)
|
|
|
|
|
|
+ this.$set(this, 'dialogTotal', response.data.total)
|
|
this.$set(this, 'loading', false)
|
|
this.$set(this, 'loading', false)
|
|
})
|
|
})
|
|
},
|
|
},
|