Merge remote-tracking branch 'origin/otherChange' into zhairh

zhairh
x_z 2 years ago
commit 5f38662126

@ -417,9 +417,6 @@ export default {
this.getList();
},
getList() {
if(this.query.key!=null){
this.query.page=1
}
this.loading = true;
this.erpIdColumn = false;
this.thirdIdColumn = false;
@ -630,6 +627,7 @@ export default {
handleCurrentChange(val) {
this.query.page = val;
this.getList();
this.query.page =''
},
getBasicThirdSys() {
let query = {

@ -382,6 +382,7 @@ export default {
handleCurrentChange(val) {
this.query.page = val;
this.getList();
this.query.page=null;
},
handInvCurrentChange(row) {

@ -173,7 +173,7 @@
</el-form-item>
<el-form-item>
<el-button @click="checkVisible = false">取消</el-button>
<el-button @click="checkVisible1"></el-button>
<el-button type="primary" @click="checkPass(2)"></el-button>
<el-button type="primary" @click="checkPass(3)"></el-button>
</el-form-item>
@ -257,6 +257,11 @@ export default {
this.filterQuery.page = 1;
this.getList();
},
checkVisible1(){
this.checkVisible = false;
this.remark=''
},
getList() {
if (this.filterQuery.thirdSys == null) {
this.$message.warning("请先选择第三方系统!")

Loading…
Cancel
Save