|
@@ -704,7 +704,8 @@ export default {
|
|
|
} else {
|
|
|
MethodName = "book-book_manager-AddBook";
|
|
|
}
|
|
|
- this.formDialog.publish_status = 1;
|
|
|
+ // this.formDialog.publish_status = 1;
|
|
|
+ this.formDialog.publish_status = this.tableData[this.rowIndex].publish_status ? this.tableData[this.rowIndex].publish_status : 0
|
|
|
let data = JSON.parse(JSON.stringify(_this.formDialog));
|
|
|
getContent(MethodName, data)
|
|
|
.then((res) => {
|