Ver Fonte

listSopTempDeptList

三七 há 2 dias atrás
pai
commit
5cfa9da684
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/qw/sopTemp/sopTemp.vue

+ 2 - 2
src/views/qw/sopTemp/sopTemp.vue

@@ -117,7 +117,6 @@ export default {
       if(cuoser == null){
         cuoser = false;
       }
-      console.log(isUpdate)
       this.isUpdateSop = isUpdate;
       this.cuoser = cuoser;
       this.loading = true;
@@ -142,8 +141,9 @@ export default {
 
     getResetList(){
       this.loading = true;
+      console.log("this.formType",this.formType)
       if (this.formType==2 || this.formType==3) {
-        listSopTempMyList(this.queryParams).then(response => {
+        listSopTempDeptList(this.queryParams).then(response => {
           this.sopTempList = response.rows;
           this.total = response.total;
           this.loading = false;