起草添加prcFsId
This commit is contained in:
@@ -3132,8 +3132,9 @@ export default {
|
|||||||
json: JSON.stringify(json)
|
json: JSON.stringify(json)
|
||||||
}, {
|
}, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, val => {
|
||||||
if (res.success) {
|
if (val.success) {
|
||||||
|
json.prcFsId = val.result
|
||||||
this.$http.post('lawss/activiti/startProcessRollBack', {
|
this.$http.post('lawss/activiti/startProcessRollBack', {
|
||||||
createUser: this.$store.getters.userInfo.userId,
|
createUser: this.$store.getters.userInfo.userId,
|
||||||
createUserName: this.$store.getters.userInfo.userName,
|
createUserName: this.$store.getters.userInfo.userName,
|
||||||
|
|||||||
@@ -307,6 +307,7 @@
|
|||||||
class="add-form-item"
|
class="add-form-item"
|
||||||
>
|
>
|
||||||
<el-input
|
<el-input
|
||||||
|
class="dataTitle"
|
||||||
v-model="attributeEO.dataTitle"
|
v-model="attributeEO.dataTitle"
|
||||||
placeholder="请输入资料标题"
|
placeholder="请输入资料标题"
|
||||||
clearable
|
clearable
|
||||||
@@ -1062,6 +1063,9 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/deep/.dataTitle .el-input__inner{
|
||||||
|
width: 560px !important;
|
||||||
|
}
|
||||||
/deep/.el-input__inner{
|
/deep/.el-input__inner{
|
||||||
width: 180px !important;
|
width: 180px !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user