配合修改

master
吕天方 5 months ago
parent e704a28e46
commit 736b4df46f

@ -7,9 +7,9 @@ ENV = 'development'
# 金鸡湖现代服务业品牌管理系统/开发环境 # 金鸡湖现代服务业品牌管理系统/开发环境
# VUE_APP_BASE_API = 'http://192.168.0.117:9031' # VUE_APP_BASE_API = 'http://192.168.0.117:9031'
# 测试环境数据库 # 测试环境数据库
VUE_APP_BASE_API = 'http://39.101.188.84:9040' # VUE_APP_BASE_API = 'http://39.101.188.84:9040'
# 脱敏三方测试用数据库 # 脱敏三方测试用数据库
# VUE_APP_BASE_API = 'http://39.101.188.84:9031' VUE_APP_BASE_API = 'http://39.101.188.84:9031'
# 正式环境数据库 # 正式环境数据库
# VUE_APP_BASE_API = 'https://idp.sipac.gov.cn/api' # VUE_APP_BASE_API = 'https://idp.sipac.gov.cn/api'

@ -1,6 +1,6 @@
{ {
"name": "ruoyi", "name": "ruoyi",
"version": "1.0.202408160938", "version": "1.0.202408161355",
"description": "金鸡湖现代服务业品牌管理系统", "description": "金鸡湖现代服务业品牌管理系统",
"author": "若依", "author": "若依",
"license": "MIT", "license": "MIT",

@ -352,6 +352,7 @@ export default {
jSmartRemindersId(row.id).then((res)=>{ jSmartRemindersId(row.id).then((res)=>{
if(res.code == 200) { if(res.code == 200) {
this.addFrom = res.data; this.addFrom = res.data;
this.addFrom.function = 1;
this.$refs.importProject.open(); this.$refs.importProject.open();
} }
}) })

@ -26,25 +26,29 @@ export default {
tableData:[ tableData:[
{ {
projectName:"自主品牌先进技术研究院", projectName:"自主品牌先进技术研究院",
enterprice:"博世********有限公司", // enterprice:"********",
enterprice:'博世汽车部件(苏州)有限公司',
time:"2024-07-08", time:"2024-07-08",
id: 1505, id: 1505,
type:2, type:2,
},{ },{
projectName:"自主品牌先进技术研究院", projectName:"自主品牌先进技术研究院",
enterprice:"博世********有限公司", // enterprice:"********",
enterprice:'博世汽车部件(苏州)有限公司',
time:"2024-07-08", time:"2024-07-08",
id: 1505, id: 1505,
type:2, type:2,
},{ },{
projectName:"自主品牌先进技术研究院", projectName:"自主品牌先进技术研究院",
enterprice:"博世********有限公司", // enterprice:"********",
enterprice:'博世汽车部件(苏州)有限公司',
time:"2024-07-08", time:"2024-07-08",
id: 1505, id: 1505,
type:2, type:2,
},{ },{
projectName:"自主品牌先进技术研究院", projectName:"自主品牌先进技术研究院",
enterprice:"苏州众汇聚合信息科技有限公司", // enterprice:"********",
enterprice:'博世汽车部件(苏州)有限公司',
time:"2024-07-08", time:"2024-07-08",
id: 1505, id: 1505,
type:2, type:2,

@ -12,7 +12,7 @@
<el-form :inline="true" :model="formInline" size="small" class="serviceIndustry-form" ref="queryFrom"> <el-form :inline="true" :model="formInline" size="small" class="serviceIndustry-form" ref="queryFrom">
<el-col :span="20"> <el-col :span="20">
<el-form-item label="提醒内容:"> <el-form-item label="提醒内容:">
<el-input v-model.trim="formInline.alertContent" placeholder="请输入内容"></el-input> <el-input v-model.trim="formInline.content" placeholder="请输入内容"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
@ -79,7 +79,7 @@ export default {
loading: false, loading: false,
tableData:[], tableData:[],
formInline:{ formInline:{
alertContent:"", content:"",
tyshxydm:"", tyshxydm:"",
}, },
pagination: { pagination: {

Loading…
Cancel
Save