heyang 2 lat temu
rodzic
commit
f18cb5be1e

+ 2 - 2
src/views/gasManage3_0/manage/supplierManage/supplierManageAdd.vue

@@ -330,14 +330,14 @@ export default {
     },
     verify(){
       if(this.form.sysUserDto.userName.length<6 || this.form.sysUserDto.userName.length>16){
-        this.$message.error('登录密码不能超出16位、不能低于6位!');
+        this.$message.error('登录账号不能超出16位、不能低于6位!');
         this.form.sysUserDto.userName='';
         return
       }
       let reg=/[\u4E00-\u9FA5]|[\uFE30-\uFFA0]|[`~!@#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】、;‘’,。、\s+]/;
       let aa= reg.test(this.form.sysUserDto.userName)
       if(reg.test(this.form.sysUserDto.userName)){
-        this.$message.error('登录密码中有中文,空格或特殊字符,请重新输入!');6
+        this.$message.error('登录账号中有中文,空格或特殊字符,请重新输入!');6
         this.form.sysUserDto.userName='';
       }
 

+ 3 - 3
src/views/medicUniversity-3_1/chemicalManagement/chemicalProcurement/approvalProcess/index.vue

@@ -49,7 +49,7 @@
             <!--input部分-->
             <div class="input-box">
               <input type="text" placeholder="搜索姓名或工号、身份"
-                     v-model="queryParamsData.nickName">
+                     v-model="queryParamsData.searchValue">
               <p class="el-icon-search" @click="handleQuery"></p>
             </div>
             <!--面包屑部分-->
@@ -216,7 +216,7 @@
       //关闭弹窗
       offDialog(){
         this.$set(this,'userDialogType',false);
-        this.$set(this.queryParamsData,'nickName',"");
+        this.$set(this.queryParamsData,'searchValue',"");
         this.$set(this.queryParams,'nickName',"");
         this.$set(this,'deptId',"");
         this.$set(this,'userDialogRightList',[]);
@@ -311,7 +311,7 @@
       // 编辑人员页面开启
       openDialogButton(index){
         let self = this;
-        this.$set(this.queryParamsData,'nickName',"");
+        this.$set(this.queryParamsData,'searchValue',"");
         this.$set(this.queryParams,'nickName',"");
         this.$set(this,'deptId',"");
         this.getCatalogList("");