提交 542b810c authored 作者: 钟是志's avatar 钟是志

Merge remote-tracking branch 'origin/master'

......@@ -107,10 +107,11 @@ export default {
if (callback) callback(response);
},
*getSqlLabels({ payload, callback }, { call, put }) {
const response = yield call(apiRequest,api+"/getSqlLabels" ,payload);
if(payload.allValues){
payload.allValues=Base16Encode(payload.allValues)
}
const response = yield call(apiRequest,api+"/getSqlLabels" ,payload);
if(!response){yield put({type: 'nom'});return }
yield put({
......
......@@ -1983,9 +1983,9 @@ export default class tableCom extends Component {
}
}
if(initValue === null || initValue === undefined){
initValue = '';
}
// if(initValue === null || initValue === undefined){
// initValue = '';
// }
if (!isEdit) {
if (this.props.fatherCode) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论