|
@@ -4094,6 +4094,7 @@ export default {
|
|
|
},
|
|
|
//同步元素表单排序到合同段
|
|
|
syncSortHandle(data) {
|
|
|
+ let pid = data.primaryKeyId ? data.primaryKeyId : data.pKeyId;
|
|
|
this.$confirm("同步元素表单排序到合同段", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
@@ -4104,7 +4105,7 @@ export default {
|
|
|
message: "节点数据同步中...",
|
|
|
duration: 0,
|
|
|
});
|
|
|
- syncContractTabSort(this.projectid)
|
|
|
+ syncContractTabSort(this.projectid,pid)
|
|
|
.then(() => {
|
|
|
this.updateNodeTable();
|
|
|
this.$message({
|