|
@@ -2649,6 +2649,17 @@
|
|
|
}
|
|
|
},
|
|
|
getList() {
|
|
|
+ //合同编号
|
|
|
+ xialaNo({
|
|
|
+ compId: localStorage.getItem('ws-pf_compId'),
|
|
|
+ flag: 7,
|
|
|
+ })
|
|
|
+ .toPromise()
|
|
|
+ .then((response) => {
|
|
|
+ this.options1 = response
|
|
|
+ this.outContractNo = response
|
|
|
+ this.refreshClick(1)
|
|
|
+ })
|
|
|
// 类型
|
|
|
this.storageType = []
|
|
|
console.log(this.storageType)
|
|
@@ -2691,16 +2702,7 @@
|
|
|
.then((response) => {
|
|
|
this.gradeList = response
|
|
|
})
|
|
|
- //合同编号
|
|
|
- xialaNo({
|
|
|
- compId: localStorage.getItem('ws-pf_compId'),
|
|
|
- flag: 7,
|
|
|
- })
|
|
|
- .toPromise()
|
|
|
- .then((response) => {
|
|
|
- this.options1 = response
|
|
|
- this.outContractNo = response
|
|
|
- })
|
|
|
+
|
|
|
this.multiSelector1 = []
|
|
|
getinspectcontractno({
|
|
|
compId: localStorage.getItem('ws-pf_compId'),
|
|
@@ -2716,7 +2718,7 @@
|
|
|
// this.options1 = response
|
|
|
// this.outContractNo = response
|
|
|
})
|
|
|
- this.refreshClick(1)
|
|
|
+
|
|
|
// getinspectList({
|
|
|
// compId: localStorage.getItem('ws-pf_compId'),
|
|
|
// currentPage: this.currentPage,
|