|
@@ -2,7 +2,7 @@
|
|
|
<div class="queryTemplate">
|
|
|
<Search title="编辑查询模板" :isSearch="false">
|
|
|
<button class="btnAner">测试</button>
|
|
|
- <button class="btnAn">保存</button>
|
|
|
+ <button class="btnAn" @click="addSubmit">保存</button>
|
|
|
</Search>
|
|
|
<el-form
|
|
|
style="margin-top: 10px"
|
|
@@ -80,6 +80,7 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
import Search from "@/layout/components/Search/index.vue";
|
|
|
+import { GeneralDataReception, Query } from "@/api/dataIntegration";
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|