修复test_date_option数据没有重置的问题

main
rogersun 5 days ago
parent c560e8f92f
commit 689e366480
  1. 10
      src/views/ai_show/index.vue

@ -354,6 +354,11 @@ onBeforeMount(
<el-col :span="4" v-if="compareSwitch==='template'"> <el-col :span="4" v-if="compareSwitch==='template'">
<el-text>模板日期{{ templateDate }}</el-text> <el-text>模板日期{{ templateDate }}</el-text>
</el-col> </el-col>
</el-row>
<el-row style="margin: 10px 0 20px 0" align="middle">
<el-col :span="2">
<el-button type="primary" @click="dialogFormVisible = true" :disabled="testLoading" :loading="testLoading">{{testButton}}</el-button>
</el-col>
<el-col :span="3" v-if="compareSwitch==='new'" align="right"> <el-col :span="3" v-if="compareSwitch==='new'" align="right">
<el-text>手动测试数据</el-text> <el-text>手动测试数据</el-text>
</el-col> </el-col>
@ -369,11 +374,6 @@ onBeforeMount(
</el-select> </el-select>
</el-col> </el-col>
</el-row> </el-row>
<el-row style="margin: 10px 0 20px 0" align="middle">
<el-col :span="2">
<el-button type="primary" @click="dialogFormVisible = true" :disabled="testLoading" :loading="testLoading">{{testButton}}</el-button>
</el-col>
</el-row>
<el-dialog v-model="dialogFormVisible" title="测试提示词" width="800" style="max-height: 800px"> <el-dialog v-model="dialogFormVisible" title="测试提示词" width="800" style="max-height: 800px">
<el-form :model="form"> <el-form :model="form">
<el-form-item label="目标日期" :label-width="formLabelWidth"> <el-form-item label="目标日期" :label-width="formLabelWidth">

Loading…
Cancel
Save