Commit f55010df by 无尘

fix: 修改参数

parent c2bd15f8
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-08-05 16:32:37 * @Date: 2019-08-05 16:32:37
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2019-08-05 16:32:37 * @LastEditTime: 2019-10-21 16:23:47
--> -->
<!-- <!--
<record-list <record-list
...@@ -189,7 +189,7 @@ export default { ...@@ -189,7 +189,7 @@ export default {
/* 接收数据 */ /* 接收数据 */
mounted() { mounted() {
const that = this; const that = this;
that.customDialog = that.publishShow; that.customDialog = that.recordShow;
that.formData = JSON.parse(JSON.stringify(that.editRow)); that.formData = JSON.parse(JSON.stringify(that.editRow));
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment