石广澎
2023-11-29 20913c80c3f5fc8e533cb92b90e6f20bcd68e032
admin-web/src/views/stock/ledger/alertQuery/index.vue
@@ -45,7 +45,7 @@
            label: 'label',
            value: 'id',
            url: SettingIplatform.apiBaseURL + '/pc/base/category/select/tree',
            props: {checkStrictly: false}
            props: {checkStrictly: false, emitPath: false, value: 'id'}
          },
        },
        {
@@ -174,17 +174,17 @@
  methods: {
    del(row) {
      this.$modal
        .confirm('是否确认删除名称为"' + row.name + '"的机构吗?')
        .then(function () {
          finsystenant.del({id: row.id}).then((res) => {
          .confirm('是否确认删除名称为"' + row.name + '"的机构吗?')
          .then(function () {
            finsystenant.del({id: row.id}).then((res) => {
            });
          })
          .then((res) => {
            this.$message.success('删除成功!');
            this.search();
          })
          .catch(() => {
          });
        })
        .then((res) => {
          this.$message.success('删除成功!');
          this.search();
        })
        .catch(() => {
        });
    },
    // 查询table列表
    search(pageNum) {