Merge branch 'develop' into FOTON
This commit is contained in:
@@ -428,7 +428,7 @@ export default {
|
|||||||
this.qbfsForm.bussSort = ""
|
this.qbfsForm.bussSort = ""
|
||||||
}
|
}
|
||||||
this.formLoading = false;
|
this.formLoading = false;
|
||||||
this.commentText = item.commentText
|
// this.commentText = item.commentText
|
||||||
this.roleForm.dockUser = item.dockUser || item.roleForm.dockUser;
|
this.roleForm.dockUser = item.dockUser || item.roleForm.dockUser;
|
||||||
this.roleForm.dockUserName = item.dockUserName || item.roleForm.dockUserName;
|
this.roleForm.dockUserName = item.dockUserName || item.roleForm.dockUserName;
|
||||||
this.roleForm.countersigner = item.countersigner || item.roleForm.countersigner;
|
this.roleForm.countersigner = item.countersigner || item.roleForm.countersigner;
|
||||||
|
|||||||
@@ -824,6 +824,7 @@ export default {
|
|||||||
|
|
||||||
/** 新增按钮 */
|
/** 新增按钮 */
|
||||||
addQblx(type,title) {
|
addQblx(type,title) {
|
||||||
|
this.addQblxData = {}
|
||||||
this.btnType = type
|
this.btnType = type
|
||||||
this.qblxTitle = title
|
this.qblxTitle = title
|
||||||
this.qblxModel = true
|
this.qblxModel = true
|
||||||
|
|||||||
Reference in New Issue
Block a user