kongdeqiang
2025-01-07 84b7e68f71e414e575518b3c34bf722782cc507d
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)