|
@@ -1127,7 +1127,8 @@ export default {
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
agrmentlist() {
|
|
agrmentlist() {
|
|
|
- this.$api.task.findPtlAgreementListNew({ type: "2" }).then((res) => {
|
|
|
|
|
|
|
+ this.$api.task.findPtlAgreementListNew( { type: "" }).then((res) => {
|
|
|
|
|
+ //this.$api.task.findPtlAgreementListNew({ type: "2" }).then((res) => {
|
|
|
this.agreementTypeoptions = res.data;
|
|
this.agreementTypeoptions = res.data;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|