起草添加prcFsId

This commit is contained in:
zyx.net
2022-11-25 15:55:45 +08:00
parent f8f6167aea
commit aed6d80ed2
2 changed files with 7 additions and 2 deletions
@@ -3132,8 +3132,9 @@ export default {
json: JSON.stringify(json)
}, {
_this: this
}, res => {
if (res.success) {
}, val => {
if (val.success) {
json.prcFsId = val.result
this.$http.post('lawss/activiti/startProcessRollBack', {
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,
@@ -307,6 +307,7 @@
class="add-form-item"
>
<el-input
class="dataTitle"
v-model="attributeEO.dataTitle"
placeholder="请输入资料标题"
clearable
@@ -1062,6 +1063,9 @@ export default {
}
}
}
/deep/.dataTitle .el-input__inner{
width: 560px !important;
}
/deep/.el-input__inner{
width: 180px !important;
}