Browse Source

更新

wangqin
hui 7 months ago
parent
commit
cec0f16c10
  1. 4
      ruoyi-ui/src/views/JiHeExpressway/components/InputSearch/index.vue
  2. 4
      ruoyi-ui/src/views/JiHeExpressway/components/infoBoard/BoardInfoEditor.vue
  3. 5
      ruoyi-ui/src/views/JiHeExpressway/pages/service/sensitive/index.vue
  4. 3
      ruoyi-ui/src/views/login.vue
  5. 4
      ruoyi-ui/vue.config.js

4
ruoyi-ui/src/views/JiHeExpressway/components/InputSearch/index.vue

@ -161,11 +161,13 @@ export default {
if(this.params && this.types == 'input'){
this.value = "";
}
console.log(this.$refs.FormConfigRef?.formData , "重置前");
// this.visible = true;
this.$refs.FormConfigRef?.reset();
this.$refs.FormConfigRef?.$refs.ElFormRef.resetFields();
// this.$refs.PopoverRef.doClose();
// console.log(this.$refs.FormConfigRef?.formData , "fdddddddd");
console.log(this.$refs.FormConfigRef?.formData , "重置后");
this.$emit(
"handleSearch",
cloneDeep(this.$refs.FormConfigRef?.formData),

4
ruoyi-ui/src/views/JiHeExpressway/components/infoBoard/BoardInfoEditor.vue

@ -361,10 +361,10 @@ export default {
calcTitle() {
let str = "";
if (this.mode == "toDevice") {
str = `从模板添加设备信息`;
str = `从模板添加待下发信息`;
} else {
str = `${this.mode == "add" ? "新增" : "编辑"}${
this.type == "template" ? "信息模板" : "设备信息"
this.type == "template" ? "信息模板" : "待下发信息"
}`;
}
return str;

5
ruoyi-ui/src/views/JiHeExpressway/pages/service/sensitive/index.vue

@ -129,6 +129,7 @@ export default {
},
data() {
return {
searchData:{},
isLoading: false,
searchText: "请输入敏感词,回车搜索",
searchFormList,
@ -203,10 +204,12 @@ export default {
this.getData();
},
onReset(){
if (this.searchData){
this.searchData.word = undefined;
}
// console.log(this.$refs["form"] , "__-=========");
this.$refs["form"].handleResetForm();
this.getData();
// this.getData();
},
async getData() {
// const closeLoading = setLoading();

3
ruoyi-ui/src/views/login.vue

@ -208,7 +208,8 @@ export default {
.dispatch("Login", this.loginForm)
.then(() => {
this.$store.commit("menu/resetRecent");
this.$router.push({ path: this.redirect || "/" }).catch(() => {});
// this.$router.push({ path: this.redirect || "/" }).catch(() => {});
this.$router.push({ path: "/" }).catch(() => {});
// this.getManageStation();
})
.catch(() => {

4
ruoyi-ui/vue.config.js

@ -52,9 +52,9 @@ module.exports = {
// target: `http://10.0.81.204:8087`, //现场后台 刘文阁
// target: `http://10.168.69.255:8087`, //正晨后台 连现场物联 刘文阁
// target: `http://10.168.78.135:8087`, //王钦
target: `http://10.168.66.196:8087`, //正晨后台 连现场物联 刘文阁2
// target: `http://10.168.66.196:8087`, //正晨后台 连现场物联 刘文阁2
// target: `http://10.168.68.42:8087`, //王思祥
// target: `http://10.168.72.174:8087`, //赵祥龙
target: `http://10.168.72.174:8087`, //赵祥龙
// target: `http://10.168.65.156:8097`, //孟
// target: `http://10.168.56.165:8087`, //王家宝
// target: `http://10.168.77.128:8087`, //王兴琳

Loading…
Cancel
Save