1.0
zss
2023-11-15 a96e9c262ebadc2e7e731b28aa5035b0dd2a7aad
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('创建成功')