|
|
@@ -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;
|