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