dedsudiyu %!s(int64=2) %!d(string=hai) anos
pai
achega
839e27bd0e

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

@@ -215,7 +215,12 @@
       },
       //关闭弹窗
       offDialog(){
-        this.userDialogType = false;
+        this.$set(this,'userDialogType',false);
+        this.$set(this.queryParamsData,'nickName',"");
+        this.$set(this.queryParams,'nickName',"");
+        this.$set(this,'deptId',"");
+        this.$set(this,'userDialogRightList',[]);
+        this.$set(this,'userDialogTypeIndex',"");
       },
       // 查询设置
       getConfigList(){

+ 1 - 1
src/views/medicUniversity-3_1/chemicalManagement/chemicalProcurement/purchaseRequisition/addPage.vue

@@ -268,7 +268,7 @@
       // 实验室选中
       subChange(val){
         let self = this;
-        getCabinetBySubId({id:val}).then(response => {
+        getCabinetBySubId({subId:val}).then(response => {
           this.$set(this,'cabinetLit',response.data);
           for(let i=0;i<self.formData.maxList.length;i++){
             for(let o=0;o<self.formData.maxList[i].list.length;o++){

+ 1 - 1
src/views/medicUniversity-3_1/chemicalManagement/chemicalProcurement/purchaseRequisition/editPage.vue

@@ -285,7 +285,7 @@
       // 实验室选中
       subChange(val){
         let self = this;
-        getCabinetBySubId({id:val}).then(response => {
+        getCabinetBySubId({subId:val}).then(response => {
           this.$set(this,'cabinetLit',response.data);
           for(let i=0;i<self.formData.maxList.length;i++){
             for(let o=0;o<self.formData.maxList[i].list.length;o++){

+ 1 - 1
src/views/studentViews/chemicalManagement/studentPurchaseRequisition/addPage.vue

@@ -269,7 +269,7 @@
       // 实验室选中
       subChange(val){
         let self = this;
-        getCabinetBySubId({id:val}).then(response => {
+        getCabinetBySubId({subId:val}).then(response => {
           this.$set(this,'cabinetLit',response.data);
           for(let i=0;i<self.formData.maxList.length;i++){
             for(let o=0;o<self.formData.maxList[i].list.length;o++){

+ 1 - 1
src/views/studentViews/chemicalManagement/studentPurchaseRequisition/editPage.vue

@@ -286,7 +286,7 @@
       // 实验室选中
       subChange(val){
         let self = this;
-        getCabinetBySubId({id:val}).then(response => {
+        getCabinetBySubId({subId:val}).then(response => {
           this.$set(this,'cabinetLit',response.data);
           for(let i=0;i<self.formData.maxList.length;i++){
             for(let o=0;o<self.formData.maxList[i].list.length;o++){