|
@@ -177,7 +177,6 @@ watch(() => props.date, (val) => {
|
|
|
const getDelete = (row) => {
|
|
|
let name = row.name ? row.name : row.takeName
|
|
|
proxy.$modal.confirm(`是否删除预设名称为:${name}的数据?`).then(() => {
|
|
|
- console.log(props.type);
|
|
|
if (props.type === 'setting') {
|
|
|
removeSetting({ id: row.id }).then(res => {
|
|
|
if (res.code === 0) {
|