zouyu
2023-11-13 4bf8bbebde0131fb5804a9aab00f9e7cf0718b52
src/views/admin/user/index.vue
@@ -293,12 +293,13 @@
      this.form.password = undefined
    },
    create(row, done, loading) {
      if (this.form.phone.indexOf('*') > 0) {
    create(row, done, loading) {
      if (this.form.phone!=null&&this.form.phone.indexOf('*') > 0) {
        this.form.phone = undefined
      }
      addObj(this.form)
        .then(() => {
          console.log(111111);
          this.getList(this.page)
          done()
          this.$notify.success('创建成功')