Commit a1d0133e by 莫晓莉

33

parent 94812605
......@@ -80,9 +80,7 @@
</el-form-item>
<el-form-item prop="cron" label="策略Cron:">
<el-input placeholder="请输入策略Cron" v-model="form.cron" class="input-length"></el-input>
<!-- <a href="https://cron.qqe2.com/"> -->
<span @click="See()" style="color: #337ab7;">生成cron表达式(生成后填入上面的框中)</span>
<!-- </a> -->
</el-form-item>
</el-form>
</el-col>
......@@ -121,23 +119,6 @@ export default {
description:'',
cron:''
},
// options: [{
// value: '选项1',
// label: '黄金糕'
// }, {
// value: '选项2',
// label: '双皮奶'
// }, {
// value: '选项3',
// label: '蚵仔煎'
// }, {
// value: '选项4',
// label: '龙须面'
// }, {
// value: '选项5',
// label: '北京烤鸭'
// }],
value: '',
dialogMsgAdd:'添加用户',
dialogMsgEdit:'编辑用户',
curId: null,
......@@ -257,28 +238,6 @@ export default {
})
},
// 新增
// addModalOne() {
// this.DialogVisibleOne=true;   
//     },
//编辑
// editModal(id) {
// this.curId=1;
//       console.log('编辑时候id不为为null');
// this.DialogVisibleOne=true    
//     },
// getNativeArticlePageListFun() {
// getNativeArticlePageList({ ...this.pageInfo, status: 1 }).then((res) => {
// console.log(res);
// this.tableData = res.data.rows;
// this.pageInfo.total = res.data.total;
// });
// },
// 显示数量切换
sizeChange(e) {
this.pageInfo.size = e;
......@@ -290,46 +249,6 @@ export default {
this.getKettleRepositoryList();
},
// 编辑
// editRow(val, staus) {
// this.addStaus = staus;
// this.fileList = [{ name:"封面图",url:val.coverImageUrl }];
// this.dialogVisibleFun();
// console.log(val);
// this.article = val;
// getDoctorList({}).then((res) => {
// console.log(res);
// this.doctor = res.data.rows;
// });
// },
// 删除
// delJobVacancyFun(val) {
// this.article = val;
// let param = {
// ...this.article,
// status: 3,
// };
// update(param).then((res) => {
// if (res.success) {
// this.$message.success("删除成功");
// this.getNativeArticlePageListFun();
// } else {
// this.$message.error(res.errMsg);
// }
// });
// },
// 添加活动
//     addTask() {
//       console.log('传递添加活动写死传递1:')
//       this.$router.push({ path: '/oracle/add', query: { id: '1' }})
//     },
    // 编辑活动
//     goPage(id) {
//       console.log('传递编辑活动di:', id)
//       this.$router.push({ path: '/oracle/add', query: { id }})
//     },
},
};
</script>
......
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