loulijun2021
2022-09-22 5abc5f45a74ca2b5671ef73d6a665b6e6321d194
src/views/sbgl/djjl.vue
@@ -322,10 +322,10 @@
    },
    async getDeviceCheckTakeSearch() {
      const res = await DeviceCheckTakeSearch(this.form)
      // this.tableData = res.data
      this.tableData = [
        { RowNum: 1, djjg: 'N' }
      ]
      this.tableData = res.data
      // this.tableData = [
      //   { RowNum: 1, djjg: 'N' }
      // ]
      this.total = res.count
      return { code: res.code }