Fixiaobai
2023-11-16 5676e658cf19f371ca059104889c33685a6416b9
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('创建成功')