ludc
2023-10-18 a2b5b21a0248e43c732c0d3a15486eeef38fd419
Source/UBCS-WEB/src/views/code/Match.vue
@@ -216,8 +216,16 @@
    searchHandler() {
      this.findvisible = true;
    },
    echoContion(row) {
    echoContion(val) {
      console.log(...val)
      // FindData({
      //   templateOid: this.templateOid,
      //   codeClassifyOid: this.codeClassifyOid,
      //   ...val,
      // }).then((res) => {
      //   this.tableData = res.data.data;
      //   this.page.total = res.data.total
      // });
    },
    deleteHandler() {
      const length = this.selectRow.length;