+
搜索
@@ -125,6 +125,11 @@ export default {
},
methods: {
+ doTabClick(){
+ setTimeout(()=>{
+ this.doQuery();
+ },400);
+ },
handleDelete(row) {
const ids = row?row.id || this.ids:this.ids;
this.$modal.confirm('是否确认删除标准化管理编号为"' + ids + '"的数据项?')
diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js
index fc8aec57..94cdda54 100644
--- a/ruoyi-ui/vue.config.js
+++ b/ruoyi-ui/vue.config.js
@@ -34,8 +34,8 @@ module.exports = {
open: true,
proxy: {
[process.env.VUE_APP_BASE_API]: {
- target: `http://127.0.0.1:8090/jhapi`,
- //target: `http://192.168.126.20:808/jhapi`,
+ //target: `http://127.0.0.1:8090/jhapi`,
+ target: `http://192.168.126.20:808/jhapi`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''