|
@@ -575,8 +575,9 @@ export default {
|
|
|
conditionMap: {},
|
|
|
commMap: {},
|
|
|
};
|
|
|
+
|
|
|
updateData.conditionMap[this.templateInfo.template?.primaryKey] =
|
|
|
- values[this.templateInfo.template?.primaryKey];
|
|
|
+ this.defaultValue[this.templateInfo.template?.primaryKey];
|
|
|
Object.keys(values).map((k) => {
|
|
|
updateData.commMap[k] = values[k];
|
|
|
});
|