kongdeqiang
2023-09-12 b6809f71253a524d81c086ef1293acafdaba395e
src/components/page/ticket/index.vue
@@ -235,7 +235,7 @@
      },
      // 新增 / 修改
      addOrUpdateHandle2 (row) {
        if(row.personName != null){
        if(row.personName != null && row.personName != ''){
          this.addOrUpdateVisible2 = true
          this.$nextTick(() => {
            this.$refs.addOrUpdate2.init(row.id)