wyh пре 1 година
родитељ
комит
2d0f15067d

+ 2 - 0
src/views/module_cmms/spotcheck/modules/SpotcheckForm.vue

@@ -323,6 +323,8 @@
                   url: res
                 }
               })
+            }else{
+              this.model.files = []
             }
             httpAction(httpurl,this.model,method).then((res)=>{
               if(res.success){

+ 3 - 1
src/views/module_cmms/upkeep/modules/UpkeepForm.vue

@@ -251,7 +251,7 @@
               method = 'post';
             }else{
               httpurl+=this.url.edit;
-               method = 'put';
+              method = 'put';
             }
             if (this.model.files.length != 0) {
               const a  = this.model.files.split(',')
@@ -260,6 +260,8 @@
                   url: res
                 }
               })
+            }else{
+              this.model.files = []
             }
             httpAction(httpurl,this.model,method).then((res)=>{
               if(res.success){