业务选择

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

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

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

Loading…
Cancel
Save