Browse Source

工具Bug

master
Rui_Li 1 year ago
parent
commit
c3b1b9fffc
  1. 4
      src/views/modules/tooling/manuf_tool.vue

4
src/views/modules/tooling/manuf_tool.vue

@ -868,6 +868,10 @@ export default {
if (data.code == 200) {
this.dataList = data.rows;
this.totalPage = data.total;
//
if(this.dataList && this.dataList.length > 0){
this.$refs.mainTable.setCurrentRow(this.dataList[0]);
}
}
this.dataListLoading = false
})

Loading…
Cancel
Save