@@ -175,7 +175,7 @@ export default {
});
// 允许补填 添加上补填标识
if (this.allowWriteAgain) {
- form.isWriteAgain = '1';
+ form.writeAgain = '1';
}
addPhotov(form).then((res) => {
if (res.code == 200) {