起草添加prcFsId
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user