业务选择

featFunction^2
anthonywj 3 years ago
parent 86854eb947
commit 0bd1b0316a

@ -1,6 +1,6 @@
{
"BASE_URL": "http://192.168.1.9:9906",
"SERVER_IP": "http://192.168.1.9:9906",
"BASE_URL": "http://192.168.0.109:9906",
"SERVER_IP": "http://192.168.0.109:9906",
"hosp_name": "福建省XX市医院"
}

@ -184,8 +184,12 @@ export default {
data() {
return {
listQuery: {
purType: null,
billNo: "",
udiCode: "",
unionCode: "",
cpmctymc: "",
ggxh: "",
ylqxzcrbarmc: "",
thrPiId: "",
page: 1,
limit: 10,
},
@ -248,15 +252,19 @@ export default {
},
methods: {
onReset() {
this.$router.push({
path: "",
});
this.listQuery.udiCode = null
this.listQuery.unionCode = null
this.listQuery.cpmctymc = null
this.listQuery.ggxh = null
this.listQuery.ylqxzcrbarmc = null
this.listQuery.thrPiId = null
// this.$router.push({
// path: "",
// });
this.listQuery = {
udiCode: "",
unionCode: "",
cpmctymc: "",
ggxh: "",
ylqxzcrbarmc: "",
thrPiId: "",
page: 1,
limit: 10,
},
this.getList();
},
tableRowClassName({row}) {

Loading…
Cancel
Save