|
|
@@ -10,7 +10,7 @@
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
- <el-button @click="queryData()">查询</el-button>
|
|
|
+ <el-button @click="queryData()" v-reClick>查询</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<el-tabs v-model="dataForm.state" @tab-click="queryData">
|
|
|
@@ -279,7 +279,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer">
|
|
|
<el-button @click="transferDialogFormVisible = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="transferSubmit">确 定</el-button>
|
|
|
+ <el-button type="primary" @click="transferSubmit" v-reClick>确 定</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
|
|
|
@@ -399,7 +399,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer">
|
|
|
<el-button @click="checkDialogFormVisible = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="checkSubmit">确 定</el-button>
|
|
|
+ <el-button type="primary" @click="checkSubmit" v-reClick>确 定</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
|
|
|
@@ -424,7 +424,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer">
|
|
|
<el-button @click="damageDialogFormVisible = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="damageSubmit">确 定</el-button>
|
|
|
+ <el-button type="primary" @click="damageSubmit" v-reClick>确 定</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
|
|
|
@@ -453,7 +453,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer">
|
|
|
<el-button @click="finishDialogFormVisible = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="finishSubmit">确 定</el-button>
|
|
|
+ <el-button type="primary" @click="finishSubmit" v-reClick>确 定</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- 文件预览 -->
|