rk
2026-01-16 c6675b55023dff3c4f441ab0bb9493198949126e
admin/src/components/base/BaseOpera.vue
@@ -66,9 +66,9 @@
        // 调用新建接口
        this.isWorking = true
        this.api.create(this.form)
          .then(() => {
          .then((res) => {
            this.visible = false
            this.$tip.apiSuccess('新建成功')
            this.$tip.apiSuccess(res  || '新建成功')
            this.$emit('success')
          })
          .catch(e => {