This commit is contained in:
宋伟佳
2021-09-24 14:42:36 +08:00
parent 701ff4e07a
commit ced7e8f0e2
2 changed files with 7 additions and 4 deletions
@@ -779,6 +779,7 @@ export default {
* @description: 动态表单读取 * @description: 动态表单读取
*/ */
getFormFieldList (item) { getFormFieldList (item) {
console.log(item.commentText);
this.$nextTick(() => { this.$nextTick(() => {
this.listForm = JSON.parse(JSON.stringify(item)) this.listForm = JSON.parse(JSON.stringify(item))
if(item.form === undefined){ if(item.form === undefined){
@@ -791,9 +792,11 @@ export default {
this.listForm.jlUserId = item.jlUserId this.listForm.jlUserId = item.jlUserId
this.listForm.zrUserId = item.zrUserId this.listForm.zrUserId = item.zrUserId
this.fileInfoList = item.fileName this.fileInfoList = item.fileName
this.commentText = item.commentText
} else { } else {
this.listForm = item.form this.listForm = item.form
this.dataList = item.form.dataList this.dataList = item.form.dataList
this.commentText = item.commentText
this.listForm.dataList = item.form.dataList this.listForm.dataList = item.form.dataList
this.fileInfoList = item.form.fileName this.fileInfoList = item.form.fileName
} }
+4 -4
View File
@@ -4,10 +4,10 @@
* @date: 2018-09-04 17:47:46 * @date: 2018-09-04 17:47:46
*/ */
// 服务器地址 // 服务器地址
// const devIp = '62.234.136.153' const devIp = '62.234.136.153'
// const devInterfacePORT = '8033' const devInterfacePORT = '8033'
const devIp = '192.168.10.247' // const devIp = '192.168.10.247'
const devInterfacePORT = '9999' // const devInterfacePORT = '9999'
// 云端端口号 // 云端端口号
const DEV_CLOUD_RES_INTERFACE_PORT = '7777' const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
const simpleFilePath = 'att/attFile/upload' const simpleFilePath = 'att/attFile/upload'